home *** CD-ROM | disk | FTP | other *** search
- SwitchView = {
- SUPERCLASS = View;
- };
- DevicePicker = {
- ACTIONS = {
- installDriver:;
- cancel:;
- doNothing:;
- doubleClick:;
- pick:;
- };
- OUTLETS = {
- window;
- pickButton;
- deviceBrowser;
- titleText;
- };
- SUPERCLASS = Object;
- };
- InspectorController = {
- ACTIONS = {
- remove:;
- save:;
- add:;
- categoryChosen:;
- done:;
- installedDevicePicked:;
- };
- OUTLETS = {
- picker;
- currentDriver;
- window;
- devmatrix;
- removeButton;
- deviceEditView;
- outerSwitcher;
- buttons;
- delegate;
- switcher;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ConflictsPanel = {
- ACTIONS = {
- showPanel:;
- browserClicked:;
- };
- OUTLETS = {
- window;
- browser;
- };
- SUPERCLASS = Object;
- };
-